context.timerCtx.timer (field)

5 uses

	context (current package)
		context.go#L633: 		c.timer = time.AfterFunc(dur, func() {
		context.go#L645: 	timer *time.Timer // Under cancelCtx.mu.
		context.go#L667: 	if c.timer != nil {
		context.go#L668: 		c.timer.Stop()
		context.go#L669: 		c.timer = nil